UIVerticalSpacer
	UIText {text:"Audio settings"}
	UICollection
		UISetting {setting:"main volume"}
		UISetting {setting:"sfx volume"}
		UISetting {setting:"music volume"}
		UIButton {text:"Reset settings to defaults",onclick:"resetsettings"}
		UIButton {text:"Back",onclick:"supermenu"}
	end
end